home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Utilities / PopScreen / PopScreen.doc < prev    next >
Text File  |  2001-06-10  |  2KB  |  75 lines

  1.  
  2.  
  3.                             PopScreen
  4.                A small popscreen utility for scripts
  5.                       Version 40.1 - (5.6.01)
  6.  
  7.                 (C) H. van der Ree <hivdree@uwnet.nl>
  8.  
  9.  
  10. PopScreen is a small tool that can be used in scripts to get the
  11. publicscreen you started from, back in front.
  12.  
  13. I wrote this because GenesisRA from OS 3.9 will not open it's window
  14. on any other screen than Workbench.
  15.  
  16.  
  17. REQUIREMENTS:
  18.  
  19. OS 2.04 or better. It is tested on OS 3.1 and OS 3.9.
  20.  
  21.  
  22. INSTALLATION:
  23.  
  24. Copy it to C:, that all.
  25.  
  26.  
  27. USAGE:
  28.  
  29. The template is: PopScreen PUBSCREEN,TO/K.
  30.  
  31. A simple 'PopScreen' will print the name of the screen you are on
  32. to stdout.
  33.  
  34. PUBSCREEN is the name of the screen you want to pop in front of all
  35. others, the name is case-insensitive.
  36.  
  37. TO varname will save the name of the screen you are on to the global
  38. variable 'varname'
  39.  
  40. An example of script use:
  41.  
  42.   <snip>
  43. popscreen to MyOldScreen
  44.  
  45. ; the rest of your script
  46.  
  47. popscreen $MyOldScreen
  48. unsetenv MyOldScreen
  49.   <snip>
  50.  
  51. It can be used in AREXX scripts too.
  52.  
  53.  
  54. BUGS:
  55.  
  56. None that I know off.
  57.  
  58.  
  59. HISTORY:
  60.  
  61.   40.1 - 05.06.01  First version.
  62.  
  63.  
  64. DISCLAIMER:
  65.  
  66. · This program is to be used entirely at your own risk, and although I
  67.   have performed extensive testing, I will not be held responsible for any
  68.   loss of data as a result of it's use.
  69. · This program is © 2001, and may only be distributed in its original
  70.   unmodified form.
  71. · This program is EMailware, that means if you use it, please send me
  72.   an email.
  73.  
  74. If you disagree with any of the above, do not use the program!
  75.